←Select platform

Create Method(byte[], int , int , ImageFormat)

Summary

Creates a new instance of the KernelImage class.

Syntax
C#
VB
Objective-C
C++
Java
public static KernelImage Create( 
   byte[] data, 
   int width, 
   int height, 
   ImageFormat format 
) 
Public Shared Function Create(_ 
   ByVal data() As Byte,_ 
   ByVal width As Integer,_ 
   ByVal height As Integer,_ 
   ByVal format As ImageFormat) As KernelImage 
- (instancetype)init 
public static KernelImage create(byte[] data, int width, int height, ImageFormat format) 
public: 
static KernelImage^ Create( 
   array<byte>^ data, 
   int width, 
   int height, 
   ImageFormat format 
) 

Parameters

data
An array containing the image data buffer. <

width
The width of the image in pixels.

height
The height of the image in pixels.

format
The image format as defined in ImageFormat.

Return Value

A KernelImage object.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Kernel Assembly